home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / disk / misc / TransADF.lha / TransADF.readme < prev   
Text File  |  1997-12-08  |  2KB  |  54 lines

  1. Short:    Creates Compressed ADFs (G/PKZip). v3.72
  2. Uploader: kjots@gem.menzies.latrobe.edu.au (Karl J. Ots)
  3. Author:   kjots@gem.menzies.latrobe.edu.au (Karl J. Ots)
  4. Requires: OS2.0+
  5. Type:     disk/misc
  6.  
  7. TransADF creates Amiga Disk Files (ADFs), a 880kb file copy of
  8. an Amiga floppy disk.  It can also be used to transfer ADFs back
  9. to a real disk.  
  10.  
  11. TransADF offerers several modes of operation.  It can create both
  12. PKZip and GZip compression formats directly from the disk, with only
  13. a small portion in memory at one time.  It can also decompress both
  14. formats, again directly to disk with little memory use.  TransADF has
  15. sophisticated PKZip support, allowing operation on any file within
  16. the archive (not just the first item, like GUnZip), as well as adding
  17. an ADF to an already existing archive.
  18.  
  19. TransADF uses the Z Library to perform the compression and decompression.
  20. For more info on ZLib, visit http://www.cdrom.com/pub/infozip/zlib/
  21. ZLib was written by the same people who brought us GZip and Info-Zip,
  22. they being Jean-loup Gailly and Mark Adler.
  23.  
  24. TransADf comes in three 'flavours':
  25.  
  26.      TransADF (46k):       Fully featured, linked with the ZLib.
  27.      TransADF-RT (19k):    Also fully featured, but uses the runtime
  28.                            "z.library", available on Aminet in 
  29.                            util/libs/zlib.lha.  
  30.      TransADF-Lite (8k):   This version offers no compression or
  31.                            decompression, hence the smaller size.  Only
  32.                            ADFs can be read or created with this version.
  33.  
  34. All three versions are compiled from the same sources, which are 
  35. included.  TransADF was written with the aid of DICE 3.15.
  36.  
  37. This is the initial release of TransADF, and the usual applies so send
  38. bug or incompatibility reports to me at by e-mail address above.
  39.  
  40. Oh, and by the way, TransADF is FreeWare :)
  41.  
  42.  
  43. A note about ADFs
  44. -----------------
  45.  
  46. An ADF has a variety of uses.  It can be used with floppy disk
  47. emulators such as the FMS device, which enables a file to be
  48. mounted as a drive.  Also, ADFs are used by the Amiga emulators
  49. UAE and Fellow (Amiga disks can not be read by PC drives).  A 
  50. zipped ADF can offer better compression than a DMS archive, with
  51. the advantage that it can be unzipped by any computer with a copy
  52. of GZip, PKZip, or the portable Info-Zip (which is just about all of
  53. them, I think).
  54.